﻿2026-08-01T10:33:02.1786975Z ##[group]Run actions/checkout@v5
2026-08-01T10:33:02.1787718Z with:
2026-08-01T10:33:02.1788109Z   ref: 68e50a90602578669b8ee5db9be5332bd49ecadf
2026-08-01T10:33:02.1788571Z   fetch-depth: 1
2026-08-01T10:33:02.1788934Z   repository: BigscreenVR/spt-bs-core
2026-08-01T10:33:02.1792020Z   token: ***
2026-08-01T10:33:02.1792368Z   ssh-strict: true
2026-08-01T10:33:02.1792748Z   ssh-user: git
2026-08-01T10:33:02.1793109Z   persist-credentials: true
2026-08-01T10:33:02.1793491Z   clean: true
2026-08-01T10:33:02.1793848Z   sparse-checkout-cone-mode: true
2026-08-01T10:33:02.1794267Z   fetch-tags: false
2026-08-01T10:33:02.1794611Z   show-progress: true
2026-08-01T10:33:02.1794968Z   lfs: false
2026-08-01T10:33:02.1795296Z   submodules: false
2026-08-01T10:33:02.1795656Z   set-safe-directory: true
2026-08-01T10:33:02.1796053Z   allow-unsafe-pr-checkout: false
2026-08-01T10:33:02.1796663Z ##[endgroup]
2026-08-01T10:33:02.2616012Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-01T10:33:02.2617640Z ##[group]Getting Git version info
2026-08-01T10:33:02.2618409Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-01T10:33:02.2619353Z [command]/usr/bin/git version
2026-08-01T10:33:02.2619764Z git version 2.43.0
2026-08-01T10:33:02.2624077Z ##[endgroup]
2026-08-01T10:33:02.2631812Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/4fd3d055-9a69-425a-9c4d-be50677f8f73/.gitconfig'
2026-08-01T10:33:02.2639127Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/4fd3d055-9a69-425a-9c4d-be50677f8f73' before making global git config changes
2026-08-01T10:33:02.2640293Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T10:33:02.2641694Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-01T10:33:02.2676954Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-01T10:33:02.2696555Z https://github.com/BigscreenVR/spt-bs-core
2026-08-01T10:33:02.2707558Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-01T10:33:02.2710454Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-01T10:33:02.2730972Z refs/heads/golden/handrail
2026-08-01T10:33:02.2738041Z [command]/usr/bin/git checkout --detach
2026-08-01T10:33:02.2797172Z HEAD is now at 68e50a906 release: v0.50.0 — HANDRAIL (releases#69)
2026-08-01T10:33:02.2836212Z [command]/usr/bin/git branch --delete --force golden/handrail
2026-08-01T10:33:02.2866094Z Deleted branch golden/handrail (was 68e50a906).
2026-08-01T10:33:02.2870816Z ##[endgroup]
2026-08-01T10:33:02.2873984Z [command]/usr/bin/git submodule status
2026-08-01T10:33:02.3069179Z ##[group]Cleaning the repository
2026-08-01T10:33:02.3069789Z [command]/usr/bin/git clean -ffdx
2026-08-01T10:33:04.0557877Z Removing .adapter-notify/
2026-08-01T10:33:04.0559218Z Removing target/
2026-08-01T10:33:04.0568626Z [command]/usr/bin/git reset --hard HEAD
2026-08-01T10:33:04.0639429Z HEAD is now at 68e50a906 release: v0.50.0 — HANDRAIL (releases#69)
2026-08-01T10:33:04.0645166Z ##[endgroup]
2026-08-01T10:33:04.0648081Z ##[group]Disabling automatic garbage collection
2026-08-01T10:33:04.0652517Z [command]/usr/bin/git config --local gc.auto 0
2026-08-01T10:33:04.0686030Z ##[endgroup]
2026-08-01T10:33:04.0686793Z ##[group]Setting up auth
2026-08-01T10:33:04.0692368Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-01T10:33:04.0724741Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-01T10:33:04.0928857Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T10:33:04.0960275Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-01T10:33:04.1160293Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T10:33:04.1188170Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-01T10:33:04.1384425Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-01T10:33:04.1424593Z ##[endgroup]
2026-08-01T10:33:04.1425360Z ##[group]Fetching the repository
2026-08-01T10:33:04.1438907Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 68e50a90602578669b8ee5db9be5332bd49ecadf
2026-08-01T10:33:04.7022110Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-01T10:33:04.7023808Z  * branch                68e50a90602578669b8ee5db9be5332bd49ecadf -> FETCH_HEAD
2026-08-01T10:33:04.7044380Z ##[endgroup]
2026-08-01T10:33:04.7045444Z ##[group]Determining the checkout info
2026-08-01T10:33:04.7046497Z ##[endgroup]
2026-08-01T10:33:04.7050247Z [command]/usr/bin/git sparse-checkout disable
2026-08-01T10:33:04.7087284Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-01T10:33:04.7111933Z ##[group]Checking out the ref
2026-08-01T10:33:04.7114117Z [command]/usr/bin/git checkout --progress --force 68e50a90602578669b8ee5db9be5332bd49ecadf
2026-08-01T10:33:04.7160835Z HEAD is now at 68e50a906 release: v0.50.0 — HANDRAIL (releases#69)
2026-08-01T10:33:04.7167243Z ##[endgroup]
2026-08-01T10:33:04.7199562Z [command]/usr/bin/git log -1 --format=%H
2026-08-01T10:33:04.7223288Z 68e50a90602578669b8ee5db9be5332bd49ecadf
